home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.text;
-
- public class StyleConstants$ColorConstants implements AttributeSet.ColorAttribute, AttributeSet.CharacterAttribute {
- public static final Object Foreground = new StyleConstants$ColorConstants("foreground");
- public static final Object Background = new StyleConstants$ColorConstants("background");
- private String representation;
-
- public String toString() {
- return this.representation;
- }
-
- private StyleConstants$ColorConstants(String representation) {
- this.representation = representation;
- }
- }
-